home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / opus / wink_101.zip / WINK.CFG < prev    next >
Text File  |  1992-11-11  |  2KB  |  54 lines

  1. #################################################################
  2. ##
  3. ##  Copyright 1992 by Keith Ford
  4. ##
  5. ##  This is the quick start CFG file for WINK 1.0.0 ;-)
  6. ##
  7. ##  Change the BBSID, LOCATION, & PHONE variables to
  8. ##  match your system.  Also, confirm the PACKER and
  9. ##  PROTOCOL commands.  The DSZ commands listed here
  10. ##  are used with a USR Dual Standard with the FOSSIL
  11. ##  locked at 19200.
  12. ##
  13. ##  Be sure to read the QUICK START section of WINK.DOC
  14. ##  and WINK.HIS for important information.
  15. ##
  16. ##  Once you have read WINK_CFG.DOC, you can make use of
  17. ##  the other WINK features.
  18. ##
  19. #################################################################
  20.  
  21.  
  22. BBSID = umagic
  23. LOCATION = Someplace, USA
  24. PHONE = (###) ###-####
  25.  
  26. striphighasc  YES
  27. striptag      YES
  28.  
  29.  
  30.  
  31. #################################################################
  32. ##
  33. ##  NOTE: The quick start CFG file requires that PKZIP,
  34. ##        PKUNZIP, and DSZ be located in your PATH, found
  35. ##        in your AUTOEXEC.BAT file.
  36. ##
  37. #################################################################
  38.  
  39. PACKER = PKZIP 1.10
  40. PACK   = pkzip %1 %2
  41. UNPACK = pkunzip %1
  42.  
  43. PROTOCOL = Xmodem
  44. SEND     = DSZ port %3 speed 19200 handshake both pa12000 sx -c %4
  45. RECEIVE  = DSZ port %3 speed 19200 handshake both pa12000 rx -c %4
  46.  
  47. PROTOCOL = Ymodem
  48. SEND     = DSZ port %3 speed 19200 handshake both pa12000 sx -k %4
  49. RECEIVE  = DSZ port %3 speed 19200 handshake both pa12000 rx -k %4
  50.  
  51. PROTOCOL = Zmodem
  52. SEND     = DSZ port %3 speed 19200 handshake both sz %4
  53. RECEIVE  = DSZ port %3 speed 19200 handshake both rz
  54.